home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_status.ph
- SHORTNAME : status.ph
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Tilman Sommer
- DATE : 1.2.1990
-
- CHANGED BY :
- IDENTIFICATION : @(#)ui_status.ph 1.6 3/2/94
- SCCS VERSION : 1.6
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _UI_STATUS_DEFINED_
- #define _UI_STATUS_DEFINED_
-
-
- /* begin global definition section */
-
-
- void ui_stat_displayStatus(struct PosType gridPos);
-
-
- /* end global definition section */
-
-
- /* begin private definition section */
-
-
- static struct PosType ui_stat_oldPos; /* current displayed position */
- static int ui_stat_oldNumberOfSelectedItems = 0; /* current number ... */
- static FlagType ui_stat_oldFlags = 0; /* current flags */
-
-
- /* end private definition section */
-
-
- #endif /* _UI_STATUS_DEFINED_ */
-
-
- /* end of file */
- /* lines: 28 */
-